home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
garfield.swf
/
scripts
/
DefineSprite_47_odie_run2
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
118 b
|
10 lines
this._x += 87;
if(this._x > _parent.ball_mov._x)
{
_parent.odie_replace(0);
}
else
{
gotoAndPlay(2);
}